|
|
|
|
Rows Property, HeadersClass Class |
Defines the number of rows in the header area.
Syntax HeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property Rows As Integer |
C# |
public int Rows { get; set; } |
C++ |
public: property int Rows { |
Property Value
The number of rows.
The default value is 1.
Comments
The Rows property defines the number of rows in the header area.
Each row in the column header area is represented by an item (of type ItemClass) which contains cells.